home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue41 / Clinic / Modal2U2.dfm / Modal2U2.txt
Encoding:
Text File  |  1998-11-30  |  791 b   |  37 lines

  1. object FrmModalForm: TFrmModalForm
  2.   Left = 114
  3.   Top = 204
  4.   Width = 534
  5.   Height = 131
  6.   Caption = 
  7.     'You cannot switch to any other Windows 95/98 window until this o' +
  8.     'ne is closed'
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 16
  20.     Width = 505
  21.     Height = 13
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 
  25.       'Press a key (including system keystrokes) and this label will di' +
  26.       'splay info on the key'
  27.   end
  28.   object SpeedButton1: TSpeedButton
  29.     Left = 222
  30.     Top = 48
  31.     Width = 81
  32.     Height = 25
  33.     Caption = '&Close'
  34.     OnClick = SpeedButton1Click
  35.   end
  36. end
  37.